Vcenter Vcha DiskInfo

Vcenter Vcha DiskInfo
Vcenter Vcha DiskInfo

The Vcenter Vcha DiskInfo schema contains information to describe the storage configuration of a vCenter virtual machine.

This schema was added in vSphere API 6.7.1.

JSON Example
{
    "datastore": "string",
    "datastore_name": "string"
}
string
datastore
Required

The identifier of the datastore to put all the virtual disks on.

This property was added in vSphere API 6.7.1.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Datastore:VCenter. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Datastore:VCenter.

string
datastore_name
Required

The name of the datastore.

This property was added in vSphere API 6.7.1.